Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Oct 16, 2025

This PR contains the following updates:

Package Type Update Change
GrantBirki/json-yaml-validate action major v1.5.0 -> v4.0.0

Release Notes

GrantBirki/json-yaml-validate (GrantBirki/json-yaml-validate)

v4.0.0

Compare Source

What's Changed

🚨 Breaking change notice: The vast majority of users should be able to seamlessly upgrade to v4 without needing to make any changes at all. This is mainly just a major version release due to the fact that this Action is moving to a default runtime of node24 which requires up-to-date Actions runner versions.

Full Changelog: GrantBirki/json-yaml-validate@v3.3.2...v4.0.0

v3.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: GrantBirki/json-yaml-validate@v3.3.1...v3.3.2

v3.3.1

Compare Source

What's Changed

  • bug: allow_multiple_documents crashes the action in certain JSON parsing cases by @​GrantBirki in #​87

Full Changelog: GrantBirki/json-yaml-validate@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: GrantBirki/json-yaml-validate@v3.2.1...v3.3.0

v3.2.1

Compare Source

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v3...v3.2.0

v3.1.0

Compare Source

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v3...v3.1.0

v3.0.0

Compare Source

What's Changed

⚠️ Potentially breaking changes ⚠️ - details

Full Changelog: GrantBirki/json-yaml-validate@v2...v3.0.0

v2.7.1

Compare Source

What's Changed

  • fix(ajv-custom-format): tighten implemenation and provide missing tests by @​cfuerst in #​64

Full Changelog: GrantBirki/json-yaml-validate@v2.7.0...v2.7.1

v2.7.0

Compare Source

What's Changed

This release adds a new input option (ajv_custom_regexp_formats) which allows users to define custom ajv regex formats for validating JSON data through their schemas. Thanks to @​cfuerst for this excellent new feature! 🎉

Usage of this new feature is documented on the main README of this Action 📚

New Contributors

Full Changelog: GrantBirki/json-yaml-validate@v2.6.2...v2.7.0

v2.6.2

Compare Source

What's Changed

This release mostly just updates internal node dependencies used by this GitHub Action

Full Changelog: GrantBirki/json-yaml-validate@v2.6.1...v2.6.2

v2.6.1

Compare Source

What's Changed

Internal node dependency updates and CI updates

Full Changelog: GrantBirki/json-yaml-validate@v2.6.0...v2.6.1

v2.6.0

Compare Source

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v2.4.0...v2.5.0

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: GrantBirki/json-yaml-validate@v2.3.1...v2.4.0

v2.3.1

Compare Source

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v2.3.0...v2.3.1

v2.3.0

Compare Source

v2.3.0

This release adds a new Action's input that allows users to configure the "version" of the JSON schema definition they wish to use with the JSON schema validator.

New Option: json_schema_version

Acceptable Values:

  • "draft-07" default - this is used if you leave it blank
  • "draft-2019-09"
  • "draft-2020-12"

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v2.2.1...v2.3.0

v2.2.1

Compare Source

What's Changed

Thanks to @​johnnyjayjay for the bug report that got resolved in this release! 🚀

Full Changelog: GrantBirki/json-yaml-validate@v2.2.0...v2.2.1

v2.2.0

Compare Source

v2.2.0

This release does the following:

  • Bug fixes
  • Performance improvements via fdir usage in #​27
  • A new input option (files) via #​31

For more details, see the section below and check out the PRs that landed 🚀

What's Changed

New Contributors

Full Changelog: GrantBirki/json-yaml-validate@v2.1.0...v2.2.0

v2.1.0

Compare Source

v2.1.0

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v2.0.0...v2.1.0

v2.0.0

Compare Source

v2.0.0

⚠️ Breaking Changes ⚠️

This release introduces potential breaking changes (#​17) through the new use_dot_match option:

  • use_dot_match - Tells the Action whether to search paths that are "hidden" (begin with a . like .github). This option defaults to "true" and will search all paths matching "dot path criteria" unless set to "false".

For the majority of users, I do not expect issues to arise from this release. However, if you are not expecting dot (.) directories to be scanned, this Action may now fail for you unless you exclude this setting through use_dot_match: "false".

As always, feel free to open an issue in this repository if you have any questions

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v1.5.0...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant